GtkEntry: Recompute in text-inserted/text-deleted
authorTimm Bäder <mail@baedert.org>
Fri, 4 Dec 2015 19:38:31 +0000 (20:38 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 4 Dec 2015 19:41:16 +0000 (20:41 +0100)
commitecc5342b0d21b2dc9d4b3ed441107897332ca431
tree259c73c8750a75ed81f935694129d6c9c62a2ad2
parentf19cadeaf3e85f3b5347b85e50241c97d623903c
GtkEntry: Recompute in text-inserted/text-deleted

The text-inserted/text-deleted handlers rely on the cursor positions
being unadjusted after the text change, so we can't do it in
buffer_notify_text.
gtk/gtkentry.c